home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_door / dwall_22.zip / DWALL.BAT < prev    next >
DOS Batch File  |  1996-01-23  |  307b  |  20 lines

  1. REM Dirty Wall example batch file
  2. REM Usage:
  3. REM
  4. REM dwall {node number}
  5. REM
  6. REM or
  7. REM
  8. REM dwall {node #} {other command line options}
  9. REM
  10.  
  11. cd\bbs\dwall
  12.  
  13. REM run the Dirty Wall program
  14.  
  15. dwall -N%1 -Pc:\bbs\node%1 %2 %3 %4 %5 %6 %7 %8 %9
  16. REM          ^^^^^^^^^^^^^ dropfile path
  17.  
  18. cd\bbs
  19.  
  20.